Package com.cisco.pt.ipc.sim.pdu.impl
Class SshAuthPacketImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
com.cisco.pt.ipc.sim.pdu.impl.PduImpl
com.cisco.pt.ipc.sim.pdu.impl.TelnetPacketImpl
com.cisco.pt.ipc.sim.pdu.impl.SshPacketImpl
com.cisco.pt.ipc.sim.pdu.impl.SshAuthPacketImpl
- All Implemented Interfaces:
IPCData,Pdu,Signal,SshAuthPacket,SshPacket,TelnetPacket
-
Field Summary
FieldsFields inherited from class com.cisco.pt.ipc.sim.pdu.impl.SshPacketImpl
versionFields inherited from class com.cisco.pt.ipc.sim.pdu.impl.TelnetPacketImpl
data, echo, promptSizeFields inherited from class com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
fieldNames, fieldTable, signalType, typeTable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencodeTypeAndPayload(EncodedBuffer buffer) getFieldType(String fieldName) voidpduRead(EncodedBuffer buffer) voidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw datavoidsetAuthenticationKey(String authenticationKey) Methods inherited from class com.cisco.pt.ipc.sim.pdu.impl.SshPacketImpl
getVersion, setVersionMethods inherited from class com.cisco.pt.ipc.sim.pdu.impl.TelnetPacketImpl
getData, getEcho, getPromptSize, setData, setEcho, setPromptSizeMethods inherited from class com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
getFieldValueMethods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVectorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
getFieldValueMethods inherited from interface com.cisco.pt.ipc.sim.pdu.SshPacket
getVersion, setVersionMethods inherited from interface com.cisco.pt.ipc.sim.pdu.TelnetPacket
getData, getEcho, getPromptSize, setData, setEcho, setPromptSize
-
Field Details
-
authenticationKey
-
-
Constructor Details
-
SshAuthPacketImpl
public SshAuthPacketImpl()
-
-
Method Details
-
getAuthenticationKey
- Specified by:
getAuthenticationKeyin interfaceSshAuthPacket- Returns:
- String Returns a String
-
setAuthenticationKey
- Specified by:
setAuthenticationKeyin interfaceSshAuthPacket- Parameters:
authenticationKey- Takes in a parameter of authenticationKey
-
getFieldType
- Overrides:
getFieldTypein classSshPacketImpl
-
read
Reads this object from an EncodedBuffer of raw data- Specified by:
readin interfaceIPCData- Overrides:
readin classSshPacketImpl- Parameters:
buffer- The EncodedBuffer that contains the raw data from which to construct this object
-
pduRead
- Specified by:
pduReadin interfaceSignal- Overrides:
pduReadin classSshPacketImpl
-
getOrderedFieldNames
- Specified by:
getOrderedFieldNamesin interfaceSignal- Overrides:
getOrderedFieldNamesin classSshPacketImpl
-
encodeTypeAndPayload
- Specified by:
encodeTypeAndPayloadin interfaceSignal- Overrides:
encodeTypeAndPayloadin classSshPacketImpl
-